Methods
Derived from TsgDXFPolyline | Description |
---|---|
AddEntity | The method adds entity to polyline. |
AssignEntity | The method copies properties of source entity to current entity. |
Create | Creates internal objects after creating this instance. |
Destroy | Frees up internal objects before destroying this instance. |
Iterate | The method converts DXF/DWG tree structure to a linear sequence of entities, similar to Windows metafile. |
Derived from TsgCADBasePolyline | Description |
---|---|
DottedCount | The method returns a quantity of DottedSingPts in the TsgCADBasePolyline object. |
GetBoxPoints | The method see the TsgDXFEntity.GetBoxPoints method. |
PointCount | The method returns a quantity of PolyPoints in the TsgCADBasePolyline object. |
Derived from TsgDXFPenLine | Description |
---|---|
GetThickness | The method returns entity's thickness. |
SetLWeight | The method call SetLWeight to change line weight of the entity. |
Derived from TsgDXFPenEntity | Description |
---|---|
SetColor | The method changes the color used for drawing. |
Derived from TsgDXFEntity | Description |
---|---|
Clone | The method copies properties of source entity to current entity (include Handle ). |
Draw | The method generates the OnDraw event. |
EntName | The method returns an entity name. |
SetLType | The method sets line type of the entity. |
Events​
Derived from TsgDXFEntity | Description |
---|---|
OnDraw | The event occurs when the Draw method is called. |